Dynomotion

Group: DynoMotion Message: 12350 From: Sam Marrocco Date: 10/6/2015
Subject: KFlop apps and Windows 10
Are there any known incompatibility issues with Windows 10? I haven't
analyzed it a lot yet, but I have noticed the following....

-A Windows 7 machine upgraded to Windows 10 continues to run KFlop
dotnet apps such as Jogger.net just fine.
-A Windows 10 machine that was a clean install is giving "side-by-side
configuration" errors when trying to run the same apps.

I'm going to try more in depth testing tomorrow but thought I'd check if
there were known issues.


sam marrocco | chief technical officer
ringside.cutters.flavor.picnic.moonlink

248 548 2500 w
248 910 3344 c

ringsidecreative.com

<http://ringsidecreative.com/>
Group: DynoMotion Message: 12351 From: Marrocco, Sam Date: 10/7/2015
Subject: Re: KFlop apps and Windows 10
Some more details on my Windows 10 issues....

-Previous machine was Windows 7 with several installs of KMotion from 432 through 433l on it. My vb.net application ran without issues.

-Running a clean install of Windows 10 64 bit on a new machine, with (only) installed KMotion 433l (BTW, I can't find that version or any newer than the older 432 versions on the web site. Missing?)

My vb.net app fails to start with the error:

{"Dll Not Found Exception thrown :  Caller - [KMotion_dotNet.KM_Controller] :: Member - [KM_Controller]"}

...and...

Inner Exception:  {"Unable to load DLL 'KMotion_dotNet_Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"}

All DLLs are present with the app and I am certain the code & everything in its folder is unchanged from what ran fine under Windows 7.

Any suggestions as to what might be causing this?


--

sam marrocco | chief technical officer
ringside.cutters.flavor.picnic.moonlink

248 548 2500 w
248 910 3344 c

ringsidecreative.com

Group: DynoMotion Message: 12352 From: Tom Kerekes Date: 10/7/2015
Subject: Re: KFlop apps and Windows 10
Hi Sam,

The latest Test Release V433q is here:
http://dynomotion.com/Software/KMotion433q.exe

It might be your App is compiled as a 64-bit program and is not compatible with the 32-bit KMotion Libraries.

Check your Application's properties and try setting to x86.

Check if the other examples and applications such as KMotionCNC are able to run.

Regards
TK


On 10/7/2015 7:23 AM, 'Marrocco, Sam' SMarrocco@... [DynoMotion] wrote:
 

Some more details on my Windows 10 issues....

-Previous machine was Windows 7 with several installs of KMotion from 432 through 433l on it. My vb.net application ran without issues.

-Running a clean install of Windows 10 64 bit on a new machine, with (only) installed KMotion 433l (BTW, I can't find that version or any newer than the older 432 versions on the web site. Missing?)

My vb.net app fails to start with the error:

{"Dll Not Found Exception thrown :  Caller - [KMotion_dotNet.KM_Controller] :: Member - [KM_Controller]"}

...and...

Inner Exception:  {"Unable to load DLL 'KMotion_dotNet_Interop.dll': The specified module could not be found. (Exception from HRESULT: 0x8007007E)"}


All DLLs are present with the app and I am certain the code & everything in its folder is unchanged from what ran fine under Windows 7.

Any suggestions as to what might be causing this?


--

sam marrocco | chief technical officer
ringside.cutters.flavor.picnic.moonlink

248 548 2500 w
248 910 3344 c

ringsidecreative.com


Group: DynoMotion Message: 12353 From: Marrocco, Sam Date: 10/7/2015
Subject: Re: KFlop apps and Windows 10
On 10/7/2015 12:14 PM, Tom Kerekes tk@... [DynoMotion] wrote:
 

Hi Sam,

The latest Test Release V433q is here:
http://dynomotion.com/Software/KMotion433q.exe

It might be your App is compiled as a 64-bit program and is not compatible with the 32-bit KMotion Libraries.



My app is definitely compiled as a 32-bit/x86 application.
I'll try the q release and see if that makes any difference next, thanks.


--

sam marrocco | chief technical officer
ringside.cutters.flavor.picnic.moonlink

248 548 2500 w
248 910 3344 c

ringsidecreative.com

Group: DynoMotion Message: 12354 From: Marrocco, Sam Date: 10/7/2015
Subject: Re: KFlop apps and Windows 10
On 10/7/2015 1:33 PM, 'Marrocco, Sam' SMarrocco@... [DynoMotion] wrote:
 

On 10/7/2015 12:14 PM, Tom Kerekes tk@... [DynoMotion] wrote:
 

Hi Sam,

The latest Test Release V433q is here:
http://dynomotion.com/Software/KMotion433q.exe

It might be your App is compiled as a 64-bit program and is not compatible with the 32-bit KMotion Libraries.



My app is definitely compiled as a 32-bit/x86 application.
I'll try the q release and see if that makes any difference next, thanks.



I have confirmed that my app is 32-bit/x86 (unchanged) running in debug mode.
I installed the q release, then copied all the necessary files from the installed q directory into my app's folder. Same issues as before.

It definitely seems related to Windows 10 clean install (vs. my Windows 10 upgrade from Windows 7 or my Windows 7 machines). I am taking the application folder and just copying it from machine to machine. All are being run from the VS 2012 IDE.

I have also tried running earlier versions of my app that use earlier versions of the KMotion libraries. All fail to run under Windows 10 with the same error about "Dll Not Found [Kmotion_dotnet.KM_Controller]." But they all run on the 7->10 and 7 machines.

I have run the Dynomotion VB.net app and it launches with no apparent problem. I could see this being something Windows 10 specific with Visual Studio but the strangest thing is that it keeps pointing to the Kmotion_dotnet as "not found".

I am going to try creating a minimual application using the dotnet interface and see if I can duplicate the issue.
--

sam marrocco | chief technical officer
ringside.cutters.flavor.picnic.moonlink

248 548 2500 w
248 910 3344 c

ringsidecreative.com

Group: DynoMotion Message: 12355 From: Marrocco, Sam Date: 10/7/2015
Subject: Re: KFlop apps and Windows 10
I have created a minimal application to determine where the error 'happens'. Here are the steps to reproduce:

1-I created a new Visual Studio forms application (i86/debug) using VS2012 on Windows 10 Professional.
2-I then copied the following files (from the KMotion install folder for 433q) into the debug folder of my test app. This is the method (previously tested) that has always worked fine until Windows 10 Clean Install:

KMotion_dotNet.dll
KMotion_dotNet_Interop.dll
KMotionDLL.dll
KMotionServer.exe
TCC67.exe
TCC67_out.txt
emc.var
DSP_KFLOP (folder)

I then added a reference to the KMotion_dotNet.dll and compiled the app. It ran successfully.

I then added the following lines to the Main form of the app:

Imports KMotion_dotNet
and within the Form1 class I added:
Public WithEvents ThisController1 as New KM_Controller

I then recompiled (successfully) but when run the application gives the same error about not being able to find the

[KMotion_dotNet.KM_Controller]::Member-]KM_controller]


--

sam marrocco | chief technical officer
ringside.cutters.flavor.picnic.moonlink

248 548 2500 w
248 910 3344 c

ringsidecreative.com

Group: DynoMotion Message: 12356 From: Tom Kerekes Date: 10/7/2015
Subject: Re: KFlop apps and Windows 10
Hi Sam,

I think a big clue is that Dynomotion VB.NET runs ok.

Compare project settings?

Maybe try copying/targeting your app into the KMotion/Debug Directory.

Maybe try Released Version.

Possibly an issue with the VS2012 run time distributables?

Maybe an issue with missing the USB interface FTD2XX.dll?

Regards
TK

Group: DynoMotion Message: 12357 From: Marrocco, Sam Date: 10/7/2015
Subject: Re: KFlop apps and Windows 10
On 10/7/2015 4:09 PM, Tom Kerekes tk@... [DynoMotion] wrote:
 
Hi Sam,

I think a big clue is that Dynomotion VB.NET runs ok.

Compare project settings?

Maybe try copying/targeting your app into the KMotion/Debug Directory.

Maybe try Released Version.

Possibly an issue with the VS2012 run time distributables?

Maybe an issue with missing the USB interface FTD2XX.dll?

Regards
TK



All good items to check. I will look into each of those....although I know the project settings haven't changed between machine for my app since I tried the (already) compiled executable that I knew worked previously and still works on the old OSes.

Although I know USB is working (for other devices) on the WIndows 10 machine, what can you tell me about the FTD2xx.dll you suspect? Is that something installed with KMotion?


--

sam marrocco | chief technical officer
ringside.cutters.flavor.picnic.moonlink

248 548 2500 w
248 910 3344 c

ringsidecreative.com

Group: DynoMotion Message: 12358 From: Tom Kerekes Date: 10/7/2015
Subject: Re: KFlop apps and Windows 10
Hi Sam,

The FTD2XX.dll is a necessary dll used to talk to the FTDi Windows Driver.  It is installed with KMotion in the Release and Debug folders.  Installing the Device driver might also put it in the windows directories.  Since it seems you are running from your own folders maybe it is somehow missing?

Regards

On 10/7/2015 2:50 PM, 'Marrocco, Sam' SMarrocco@... [DynoMotion] wrote:
 

On 10/7/2015 4:09 PM, Tom Kerekes tk@... [DynoMotion] wrote:
 
Hi Sam,

I think a big clue is that Dynomotion VB.NET runs ok.

Compare project settings?

Maybe try copying/targeting your app into the KMotion/Debug Directory.

Maybe try Released Version.

Possibly an issue with the VS2012 run time distributables?

Maybe an issue with missing the USB interface FTD2XX.dll?

Regards
TK



All good items to check. I will look into each of those....although I know the project settings haven't changed between machine for my app since I tried the (already) compiled executable that I knew worked previously and still works on the old OSes.

Although I know USB is working (for other devices) on the WIndows 10 machine, what can you tell me about the FTD2xx.dll you suspect? Is that something installed with KMotion?


--

sam marrocco | chief technical officer
ringside.cutters.flavor.picnic.moonlink

248 548 2500 w
248 910 3344 c

ringsidecreative.com


Group: DynoMotion Message: 12360 From: Steve Blackmore Date: 10/7/2015
Subject: Re: KFlop apps and Windows 10
On Tue, 6 Oct 2015 21:10:29 -0400, you wrote:

>Are there any known incompatibility issues with Windows 10? I haven't
>analyzed it a lot yet, but I have noticed the following....
>
>-A Windows 7 machine upgraded to Windows 10 continues to run KFlop
>dotnet apps such as Jogger.net just fine.
>-A Windows 10 machine that was a clean install is giving "side-by-side
>configuration" errors when trying to run the same apps.

Have you checked on Google for side-by-side configuration errors?

Usually C++ library missing.

As a quick test, turn of UAC, and download redistributable packages and
install.

Steve Blackmore
--
Group: DynoMotion Message: 12361 From: Marrocco, Sam Date: 10/8/2015
Subject: Re: KFlop apps and Windows 10
On 10/8/2015 2:54 AM, Steve Blackmore steve@... [DynoMotion] wrote:
 

On Tue, 6 Oct 2015 21:10:29 -0400, you wrote:

>Are there any known incompatibility issues with Windows 10? I haven't
>analyzed it a lot yet, but I have noticed the following....
>
>-A Windows 7 machine upgraded to Windows 10 continues to run KFlop
>dotnet apps such as Jogger.net just fine.
>-A Windows 10 machine that was a clean install is giving "side-by-side
>configuration" errors when trying to run the same apps.

Have you checked on Google for side-by-side configuration errors?

Usually C++ library missing.

As a quick test, turn of UAC, and download redistributable packages and
install.

Steve Blackmore



Yes, I believe the earlier "side-by-side" issue with Jogger was because I was running the debug version of Jogger.net and Windows 10 no longer includes the debug libraries by default, nor are they installed by the C++ redistributables. That one was a bit of a red herring and I don't believe has anything to do with the missing kmotion.dll errors I am now getting.

--

sam marrocco | chief technical officer
ringside.cutters.flavor.picnic.moonlink

248 548 2500 w
248 910 3344 c

ringsidecreative.com

Group: DynoMotion Message: 12363 From: Marrocco, Sam Date: 10/8/2015
Subject: Re: KFlop apps and Windows 10
On 10/7/2015 6:56 PM, Tom Kerekes tk@... [DynoMotion] wrote:
 

Hi Sam,

The FTD2XX.dll is a necessary dll used to talk to the FTDi Windows Driver.  It is installed with KMotion in the Release and Debug folders.  Installing the Device driver might also put it in the windows directories.  Since it seems you are running from your own folders maybe it is somehow missing?



Good to know.
Copying the FTD2XX.dll into my app's path eliminated the

"An error occurred creating the form. See Exception.InnerException for details.  The error is: Dll Not Found Exception thrown :  Caller - [KMotion_dotNet.KM_Controller] :: Member - [KM_Controller]"

error that was occuring. Since my Windows 7 and Windows 7-upgraded to 10 machines did not have this problem AND I did NOT have the FTD2XX.dll file in my app's path on those machines, I'm wondering why this wasn't a problem before? I wouldn't have placed the FTD2XX.dll onto my machine for anything else so unless the KMOTION earlier installers placed it somewhere on the machine I don't know how it would have worked previously, but it does....?

So after copying FTD2XX.dll to my minimal app path, I added a bit of code to check for boards and other issues. While I'm not getting the previously mentioned initial errors, this code:

Dim AllBoards As Integer()
Dim NumberOfBoards As Int32
AllBoards = ThisController.GetBoards(NumberOfBoards)
Console.WriteLine(AllBoards.Length)   
Console.WriteLine(NumberOfBoards)  

displays:
256
0

It seems that the board is not connecting. I then ran KMotion which displays "Disconnected" in it's title bar. When plugged in, the board does it's blinking/tests and appears fine and Windows 10 plays a little sound to show it has connected, but none of the KMotion apps can actually connect...?




Regards

On 10/7/2015 2:50 PM, 'Marrocco, Sam' SMarrocco@... [DynoMotion] wrote:
 

On 10/7/2015 4:09 PM, Tom Kerekes tk@... [DynoMotion] wrote:
 
Hi Sam,

I think a big clue is that Dynomotion VB.NET runs ok.

Compare project settings?

Maybe try copying/targeting your app into the KMotion/Debug Directory.

Maybe try Released Version.

Possibly an issue with the VS2012 run time distributables?

Maybe an issue with missing the USB interface FTD2XX.dll?

Regards
TK



--

sam marrocco | chief technical officer
ringside.cutters.flavor.picnic.moonlink

248 548 2500 w
248 910 3344 c

ringsidecreative.com

Group: DynoMotion Message: 12364 From: Tom Kerekes Date: 10/8/2015
Subject: Re: KFlop apps and Windows 10
Hi Sam,

Have you loaded the USB Driver?  You must temporarily disable Windows Driver Signing Enforcement to do this.

What does Device Manager indicate?  That may be the reason FTD2XX.dll wasn't on your system as well.

Regards
TK

On 10/8/2015 9:06 AM, 'Marrocco, Sam' SMarrocco@... [DynoMotion] wrote:
 

On 10/7/2015 6:56 PM, Tom Kerekes tk@... [DynoMotion] wrote:
 

Hi Sam,

The FTD2XX.dll is a necessary dll used to talk to the FTDi Windows Driver.  It is installed with KMotion in the Release and Debug folders.  Installing the Device driver might also put it in the windows directories.  Since it seems you are running from your own folders maybe it is somehow missing?



Good to know.
Copying the FTD2XX.dll into my app's path eliminated the

"An error occurred creating the form. See Exception.InnerException for details.  The error is: Dll Not Found Exception thrown :  Caller - [KMotion_dotNet.KM_Controller] :: Member - [KM_Controller]"

error that was occuring. Since my Windows 7 and Windows 7-upgraded to 10 machines did not have this problem AND I did NOT have the FTD2XX.dll file in my app's path on those machines, I'm wondering why this wasn't a problem before? I wouldn't have placed the FTD2XX.dll onto my machine for anything else so unless the KMOTION earlier installers placed it somewhere on the machine I don't know how it would have worked previously, but it does....?

So after copying FTD2XX.dll to my minimal app path, I added a bit of code to check for boards and other issues. While I'm not getting the previously mentioned initial errors, this code:

Dim AllBoards As Integer()
Dim NumberOfBoards As Int32
AllBoards = ThisController.GetBoards(NumberOfBoards)
Console.WriteLine(AllBoards.Length)   
Console.WriteLine(NumberOfBoards)  

displays:
256
0

It seems that the board is not connecting. I then ran KMotion which displays "Disconnected" in it's title bar. When plugged in, the board does it's blinking/tests and appears fine and Windows 10 plays a little sound to show it has connected, but none of the KMotion apps can actually connect...?




Regards

On 10/7/2015 2:50 PM, 'Marrocco, Sam' SMarrocco@... [DynoMotion] wrote:
 
On 10/7/2015 4:09 PM, Tom Kerekes tk@... [DynoMotion] wrote:
 
Hi Sam,

I think a big clue is that Dynomotion VB.NET runs ok.

Compare project settings?

Maybe try copying/targeting your app into the KMotion/Debug Directory.

Maybe try Released Version.

Possibly an issue with the VS2012 run time distributables?

Maybe an issue with missing the USB interface FTD2XX.dll?

Regards
TK



--

sam marrocco | chief technical officer
ringside.cutters.flavor.picnic.moonlink

248 548 2500 w
248 910 3344 c

ringsidecreative.com


Group: DynoMotion Message: 12368 From: Marrocco, Sam Date: 10/8/2015
Subject: Re: KFlop apps and Windows 10
On 10/8/2015 12:23 PM, Tom Kerekes tk@... [DynoMotion] wrote:
 

Hi Sam,

Have you loaded the USB Driver?  You must temporarily disable Windows Driver Signing Enforcement to do this.

What does Device Manager indicate?  That may be the reason FTD2XX.dll wasn't on your system as well.

Regards
TK

On 10/8/2015 9:06 AM, 'Marrocco, Sam' SMarrocco@... [DynoMotion] wrote:
 

On 10/7/2015 6:56 PM, Tom Kerekes tk@... [DynoMotion] wrote:
 

Hi Sam,

The FTD2XX.dll is a necessary dll used to talk to the FTDi Windows Driver.  It is installed with KMotion in the Release and Debug folders.  Installing the Device driver might also put it in the windows directories.  Since it seems you are running from your own folders maybe it is somehow missing?




While it appeared that copying the FTD2XX.dll file into my app's folder was making things better, I think it was only distracting from the main problem, which appears to be that the KFlop driver was not being installed properly.

I booted the machine into the new double-secret mode that allows you to successfully install drivers. I then did a (successful) install of the KFLOP driver by right-clicking on C:\KMotion433q\USB Driver\KFLOP.inf and selecting "Install". Although it did say "successfully installed", a few moments later windows informed me that it could not install unsigned drivers with another dialog box. However, checking the Device Manager showed that the KFlop was now detected and the driver installed.

I then removed the (previously) copied FTD2XX.dll file from my app's path. The app now runs successfully. I would suspect that your were correct, Tom, that the FTD2xx.DLL *is* being installed to the windows/system folders for use when the KFLOP driver is successfully installed, which it was not, and is why moving the FTD2xx.DLL seemed to help.

This Windows 10 driver "filtering" is definitely something to look out for in the future. Thanks for all the help!

--

sam marrocco | chief technical officer
ringside.cutters.flavor.picnic.moonlink

248 548 2500 w
248 910 3344 c

ringsidecreative.com